home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00250_Script_250
< prev
next >
Wrap
Text File
|
1995-06-01
|
507b
|
18 lines
on mouseDown
global lastCredits, thisLine, thisCatalog
set thisLine = the mouseLine
if thisLine = -1 then
exit
end if
if line thisLine of field "credits/resource catalog" = "" then
beep
exit
else
hilite line thisLine of field "credits/resource catalog"
puppetSound "add a movie"
updatestage
set thisCatalog = line thisLine of field "credits/resource catalog"
set the text of cast "resource catalog" = the text of cast thisCatalog
end if
end